@font-face {
  font-family: "FreePixel";
  src: url('https://ccma.neocities.org/FreePixel.otf');
}
@font-face {
  font-family: "ccma";
  src: url('https://ccma.neocities.org/ccma-web.otf');
}

@font-face {
  font-family: "Joystix";
  src: url(https://ccma.neocities.org/joystix%20monospace.otf);
}

body {
  background: url("https://ccma.neocities.org/ccma%20galaxy%20background.gif"),
  repeat-y, repeat-x, scroll;
  background-size: 40%;
  background-color: black;
  
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  
font-family: 'FreePixel', sans-serif;
  color: #ffe9d6;
}

p, ul {
  font-family: 'FreePixel', sans-serif;
  font-size: 14pt;
  padding-left: 0;
  list-style-type: none;
}

#lih1 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: "Joystix";
  font-size: 20pt;
}

#lih2 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: "Joystix";
  font-size: 14pt;
}

#title {
  font-family: "FreePixel";
  font-size: 10pt;
  background-color: #0e031d;
  box-shadow: inset #300c66 0 10px;
  padding: 5px;
  order: 1;
  text-align: right;
  }
  
             .content {
                background-color: black;
                flex: 1;
                padding: 40px;
                /*margin: 10px;*/
                border-top: solid 2px #ffe9d6;
                order: 1;
}
            p a:hover {
            animation-name: rainbowcycle;
	          animation-duration: 1.5s;
           	animation-iteration-count: infinite;
	          animation-direction: normal;
	          animation-timing-function: step-start;
            }

 #container {
                width: 100%;
                max-width: 900px;
                /* this is the width of your layout! */
                /* if you change the above value, scroll to the bottom
      and change the media query according to the comment! */
                margin: 0 auto;
                /* this centers the entire page */
            }

#container a {
  color: #ffe9d6;
}

@keyframes rainbowcycle {
	10% {
		color: #ef2c68;
	}
	20% {
		color: #ff651a;
	}
	30% {
		color: #ffc328;
	}
	40% {
		color: #c1df2a;
	}
	50% {
		color: #00dd6d;
	}
	60% {
	color: #00a3fc;
	}
		70% {
		color: #5440fb;
	}
		80% {
		color: #812dfb;
	}
		90% {
		color: #a831fc;
	}
		100% {
		color: #ff38b7;
	}
}

@keyframes rainbowcyclefill {
	10% {
		background-color: #ef2c68;
	}
	20% {
		background-color: #ff651a;
	}
	30% {
		background-color: #ffc328;
	}
	40% {
		background-color: #c1df2a;
	}
	50% {
		background-color: #00dd6d;
	}
	60% {
	background-color: #00a3fc;
	}
		70% {
		background-color: #5440fb;
	}
		80% {
		background-color: #812dfb;
	}
		90% {
		background-color: #a831fc;
	}
		100% {
		background-color: #ff38b7;
	}
}

main {
  background: black;
  margin: 10px;
  width: 100%;
  }
  
            #header {
                width: 100%;
                background-color: transparent;
                /* header color here! */
                height: auto;
                /* this is only for a background image! */
                /* if you want to put images IN the header, 
      you can add them directly to the <div id="header"></div> element! */
                background-image: var(--header-image);
                background-size: 100%;
            }
            /* navigation section!! */
            #navbar {
                order: 3;
                height: 100%;
                background-color: #13092D;
                /* navbar color */
                width: 30%;
            }

            #RightSidebar ul {
                padding: 0;
                margin: 0;
                list-style-type: none;
            }
            
.pixel-corners,
.pixel-corners--wrapper {
  clip-path: polygon(0px calc(100% - 14px),
    2px calc(100% - 14px),
    2px calc(100% - 10px),
    4px calc(100% - 10px),
    4px calc(100% - 6px),
    6px calc(100% - 6px),
    6px calc(100% - 4px),
    10px calc(100% - 4px),
    10px calc(100% - 2px),
    14px calc(100% - 2px),
    14px 100%,
    calc(100% - 14px) 100%,
    calc(100% - 14px) calc(100% - 2px),
    calc(100% - 10px) calc(100% - 2px),
    calc(100% - 10px) calc(100% - 4px),
    calc(100% - 6px) calc(100% - 4px),
    calc(100% - 6px) calc(100% - 6px),
    calc(100% - 4px) calc(100% - 6px),
    calc(100% - 4px) calc(100% - 10px),
    calc(100% - 2px) calc(100% - 10px),
    calc(100% - 2px) calc(100% - 14px),
    100% calc(100% - 14px),
    100% 14px,
    calc(100% - 2px) 14px,
    calc(100% - 2px) 10px,
    calc(100% - 4px) 10px,
    calc(100% - 4px) 6px,
    calc(100% - 6px) 6px,
    calc(100% - 6px) 4px,
    calc(100% - 10px) 4px,
    calc(100% - 10px) 2px,
    calc(100% - 14px) 2px,
    calc(100% - 14px) 0px,
    14px 0px,
    14px 2px,
    10px 2px,
    10px 4px,
    6px 4px,
    6px 6px,
    4px 6px,
    4px 10px,
    2px 10px,
    2px 14px,
    0px 14px);
  position: relative;
}
.pixel-corners {
  border: 2px solid transparent;
}
.pixel-corners--wrapper {
  width: fit-content;
  height: fit-content;
}
.pixel-corners--wrapper .pixel-corners {
  display: block;
  clip-path: polygon(2px 14px,
    4px 14px,
    4px 10px,
    6px 10px,
    6px 6px,
    10px 6px,
    10px 4px,
    14px 4px,
    14px 2px,
    calc(100% - 14px) 2px,
    calc(100% - 14px) 4px,
    calc(100% - 10px) 4px,
    calc(100% - 10px) 6px,
    calc(100% - 6px) 6px,
    calc(100% - 6px) 10px,
    calc(100% - 4px) 10px,
    calc(100% - 4px) 14px,
    calc(100% - 2px) 14px,
    calc(100% - 2px) calc(100% - 14px),
    calc(100% - 4px) calc(100% - 14px),
    calc(100% - 4px) calc(100% - 10px),
    calc(100% - 6px) calc(100% - 10px),
    calc(100% - 6px) calc(100% - 6px),
    calc(100% - 10px) calc(100% - 6px),
    calc(100% - 10px) calc(100% - 4px),
    calc(100% - 14px) calc(100% - 4px),
    calc(100% - 14px) calc(100% - 2px),
    14px calc(100% - 2px),
    14px calc(100% - 4px),
    10px calc(100% - 4px),
    10px calc(100% - 6px),
    6px calc(100% - 6px),
    6px calc(100% - 10px),
    4px calc(100% - 10px),
    4px calc(100% - 14px),
    2px calc(100% - 14px));
}
.pixel-corners::after,
.pixel-corners--wrapper::after {
  content: "";
  position: absolute;
  clip-path: polygon(0px calc(100% - 14px),
    2px calc(100% - 14px),
    2px calc(100% - 10px),
    4px calc(100% - 10px),
    4px calc(100% - 6px),
    6px calc(100% - 6px),
    6px calc(100% - 4px),
    10px calc(100% - 4px),
    10px calc(100% - 2px),
    14px calc(100% - 2px),
    14px 100%,
    calc(100% - 14px) 100%,
    calc(100% - 14px) calc(100% - 2px),
    calc(100% - 10px) calc(100% - 2px),
    calc(100% - 10px) calc(100% - 4px),
    calc(100% - 6px) calc(100% - 4px),
    calc(100% - 6px) calc(100% - 6px),
    calc(100% - 4px) calc(100% - 6px),
    calc(100% - 4px) calc(100% - 10px),
    calc(100% - 2px) calc(100% - 10px),
    calc(100% - 2px) calc(100% - 14px),
    100% calc(100% - 14px),
    100% 14px,
    calc(100% - 2px) 14px,
    calc(100% - 2px) 10px,
    calc(100% - 4px) 10px,
    calc(100% - 4px) 6px,
    calc(100% - 6px) 6px,
    calc(100% - 6px) 4px,
    calc(100% - 10px) 4px,
    calc(100% - 10px) 2px,
    calc(100% - 14px) 2px,
    calc(100% - 14px) 0px,
    14px 0px,
    14px 2px,
    10px 2px,
    10px 4px,
    6px 4px,
    6px 6px,
    4px 6px,
    4px 10px,
    2px 10px,
    2px 14px,
    0px 14px,
    0px 50%,
    2px 50%,
    2px 14px,
    4px 14px,
    4px 10px,
    6px 10px,
    6px 6px,
    10px 6px,
    10px 4px,
    14px 4px,
    14px 2px,
    calc(100% - 14px) 2px,
    calc(100% - 14px) 4px,
    calc(100% - 10px) 4px,
    calc(100% - 10px) 6px,
    calc(100% - 6px) 6px,
    calc(100% - 6px) 10px,
    calc(100% - 4px) 10px,
    calc(100% - 4px) 14px,
    calc(100% - 2px) 14px,
    calc(100% - 2px) calc(100% - 14px),
    calc(100% - 4px) calc(100% - 14px),
    calc(100% - 4px) calc(100% - 10px),
    calc(100% - 6px) calc(100% - 10px),
    calc(100% - 6px) calc(100% - 6px),
    calc(100% - 10px) calc(100% - 6px),
    calc(100% - 10px) calc(100% - 4px),
    calc(100% - 14px) calc(100% - 4px),
    calc(100% - 14px) calc(100% - 2px),
    14px calc(100% - 2px),
    14px calc(100% - 4px),
    10px calc(100% - 4px),
    10px calc(100% - 6px),
    6px calc(100% - 6px),
    6px calc(100% - 10px),
    4px calc(100% - 10px),
    4px calc(100% - 14px),
    2px calc(100% - 14px),
    2px 50%,
    0px 50%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffe9d6;
  display: block;
  pointer-events: none;
}
.pixel-corners::after {
  margin: -2px;
}

            #button {
              display: flex;
              flex-wrap: wrap;
              justify-content: center;
              width: auto;
            }

            #buttonbutton {
            /*display: inline-block;*/
            font-family: "Joystix";
            font-size: 15pt;
            background-color: #0e031d;
            padding: 8px 10px 8px 10px;
            margin-top: 5px;
            margin-left: 5px;
            margin-right: 5px;
            text-align: center;
            justify-content: center;
            /*max-width: 275px;*/
            box-shadow: inset #300c66 0 20px;
            text-decoration: none;
            }
           
            #buttonbutton:hover {
            box-shadow: none;
            background-color: #8219f9;
            }
            
            #buttonbutton:active {
            background-color: #0e031d;
            box-shadow: inset black 0 20px;
            }
           
            /*RED NAVBAR BUTTON*/
            #navbarbuttonred {
            color: #ff8a75;
            display: flex;
            font-family: "Joystix";
            font-size: 20px;
            background-color: #0e031d;
            padding: 8px;
            margin: 12px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            justify-content: center;
            max-width: 275px;
            box-shadow: inset #300c66 0 20px;
            }
            
            #navbarbuttonred:hover {
            color: #b90031;
            box-shadow: none;
            background-color: #ff8a75;
            }
            
            #navbarbuttonred:active {
            color: #0e031d;
            background-color: #ff2439;
            box-shadow: inset #b90031 0 20px;
            }
            
            /*ORANGE NAVBAR BUTTON*/
            #navbarbuttonorange {
            color: #ffb23e;
            display: flex;
            font-family: "Joystix";
            background-color: #0e031d;
            font-size: 20px;
            padding: 8px;
            margin: 12px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            justify-content: center;
            max-width: 275px;
            box-shadow: inset #300c66 0 20px;
            }
            
            #navbarbuttonorange:hover {
            color: #e13600;
            box-shadow: none;
            background-color: #ffb23e;
            }
            
            #navbarbuttonorange:active {
            color: #0e031d;
            background-color: #ff651a;
            box-shadow: inset #e13600  0 20px;
            }

            /*YELLOW NAVBAR BUTTON*/
            #navbarbuttonyellow {
            display: flex;
            font-family: "Joystix";
            color: #ffeb42;
            background-color: #0e031d;
            font-size: 20px;
            padding: 8px;
            margin: 12px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            justify-content: center;
            max-width: 275px;
            box-shadow: inset #300c66 0 20px;
            }
            
            #navbarbuttonyellow:hover {
            color: #ff8200;
            box-shadow: none;
            background-color: #ffeb42;
            }
            
            #navbarbuttonyellow:active {
            color: #0e031d;
            background-color: #ffaf00;
            box-shadow: inset #ff8200 0 20px;
            }
            
            /*GREEN NAVBAR BUTTON*/
            #navbarbuttongreen {
            color: #60ff7f;
            display: flex;
            font-family: "Joystix";
            font-size: 20px;
            background-color: #0e031d;
            padding: 8px;
            margin: 12px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            justify-content: center;
            max-width: 275px;
            box-shadow: inset #300c66 0 20px;
            }
            
            #navbarbuttongreen:hover {
            color: #00a77e;
            box-shadow: none;
            background-color: #60ff7f;
            }
            
            #navbarbuttongreen:active {
            color: #0e031d;
            background-color: #00dd6d;
            box-shadow: inset #00a77e 0 20px;
            }
            
            /*BLUE NAVBAR BUTTON*/
            #navbarbuttonblue {
            display: flex;
            font-family: "Joystix";
            color: #54ffef;
            background-color: #0e031d;
            font-size: 20px;
            padding: 8px;
            margin: 12px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            justify-content: center;
            max-width: 275px;
            box-shadow: inset #300c66 0 20px;
            }
            
            #navbarbuttonblue:hover {
            color: #0073fc;
            box-shadow: none;
            background-color: #54ffef;
            }
            
            #navbarbuttonblue:active {
            color: #0e031d;
            background-color: #00a3fc;
            box-shadow: inset #0073fc 0 20px;
            }

            /*INDIGO NAVBAR BUTTON*/
            #navbarbuttonindigo {
            display: flex;
            font-family: "Joystix";
            color: #a67fff;
            background-color: #0e031d;
            font-size: 20px;
            padding: 8px;
            margin: 12px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            justify-content: center;
            max-width: 275px;
            box-shadow: inset #300c66 0 20px;
            }
            
            #navbarbuttonindigo:hover {
            color: #3711f9;
            box-shadow: none;
            background-color: #9767ff;
            }
            
            #navbarbuttonindigo:active {
            color: #0e031d;
            background-color: #5440fb;
            box-shadow: inset #3711f9 0 20px;
            }

            /*VIOLET NAVBAR BUTTON*/
            #navbarbuttonviolet {
            display: flex;
            font-family: "Joystix";
            color: #e377ff;
            background-color: #0e031d;
            font-size: 20px;
            padding: 8px;
            margin: 12px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            justify-content: center;
            max-width: 275px;
            box-shadow: inset #300c66 0 20px;
            }
            
            #navbarbuttonviolet:hover {
            color: #8219f9;
            box-shadow: none;
            background-color: #e377ff;
            }
            
            #navbarbuttonviolet:active {
            color: #0e031d;
            background-color: #a831fc;
            box-shadow: inset #8219f9 0 20px;
            }

            #RightSidebar li a {
              text-decoration: none;
              }
              
            #flex {
                display: flex;
            }
            
            /* this colors BOTH sidebars
    if you want to style them separately,
    create styles for #leftSidebar and #rightSidebar */
            aside {
                background-color: transparent;
                width: 200px;
                padding: none;
                margin: 0px;
}
            /* this is the color of the main content area,
    between the sidebars! */

            /* what's this "order" stuff about??
    allow me to explain!
    if you're using both sidebars, the "order" value
    tells the CSS the order in which to display them.
    left sidebar is 1, content is 2, and right sidebar is 3! */

            #leftSidebar {
                order: 3;
            }
            #header {
              text-align: center;
            }
            
            #rightSidebar {
                order: 2;
            }

            h1,
            h2,
            h3 {
                font-family: 'ccma', serif;
                text-transform: lowercase;
            }

            h1 {
                font-size: 30pt;
                text-align: center;
                margin: 20px;
                
            }
            
            h4 {
              font-family: 'Joystix';
              font-size: 30pt;
              padding: 0;
              margin: 10px;
              margin-left: 0;
            }
            
            
            h6 {
              font-family: 'Joystix';
              font-size: 14pt;
              text-transform: lowercase;
              text-align: center;
              margin: 0px;
              
              }
              

            /* CSS for extras */

            #topBar {
                width: 100%;
                height: 30px;
                padding: 10px;
                font-size: smaller;
                background-color: #ff914d;
            }

iframe {
  margin-top: 25px;
}

            /* BELOW THIS POINT IS MEDIA QUERY */

            /* so you wanna change the width of your page? 
    by default, the container width is 900px.
    in order to keep things responsive, take your new height,
    and then subtrack it by 100. use this new number as the 
    "max-width" value below
    */

            @media only screen and (max-width: 800px) {
                #flex {
                    flex-wrap: wrap;
                }

                aside {
                    width: 100%;
                }

                /* the order of the items is adjusted here for responsiveness!
      since the sidebars would be too small on a mobile device.
      feel free to play around with the order!
      */
                main {
                    order: 1;
                }

                #leftSidebar {
                    order: 2;
                }

                #rightSidebar {
                    order: 3;
                }

                #navbar ul {
                    flex-wrap: wrap;
                }
                
                body {
                  background-size: 100%
                }
            }